home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Booting Gallery / Booting Gallery (source) / Sources / Sprite Sources / LockPixmap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  193 b   |  14 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3.  
  4.  
  5. struct PixMapState
  6. {    
  7.     char        pixMapState;
  8.     char        ctState;
  9. };
  10.  
  11. void    LockPixMap(PixMapHandle pm,PixMapState& outState);
  12. void    RestorePixMap(PixMapHandle pm,PixMapState& inState);
  13.  
  14.